
function makeWeatherObj() {

			this.swCity = "The Hague";
			this.swSubDiv = "";
			this.swCountry = "Netherlands";
			this.swRegion = "West Europe";
			this.swTemp = "57";
			this.swTempCel = Math.round((5/9)*(this.swTemp-32));
			this.swCIcon = "31";
			this.swWindS = "10";
			this.swWindD = "SE";
			this.swBaro = "29.88";
			this.swHumid = "88";
			this.swReal = "57";
			this.swUV = "0";
			this.swVis = "6.21";
			this.swLastUp = "10/27/2005 22:55:00";
			this.swConText = "Clear";
			this.swFore = "6|7|1|2|3|10/28/2005|10/29/2005|10/30/2005|10/31/2005|11/01/2005|30|11|39|11|11|4|14|29|14|14|67|65|67|61|60|20|80|30|60|40|11|45|11|11|45|14|15|14|14|20|56|55|53|49|49|";

	this.swAcid = "NLXX0016";
}